Skip to content

chore: bump jest to v24.1 #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2019
Merged

chore: bump jest to v24.1 #109

merged 1 commit into from
Feb 6, 2019

Conversation

thymikee
Copy link
Member

@thymikee thymikee commented Feb 6, 2019

Summary

Time to upgrade!

Test plan

Green

@@ -50,7 +49,8 @@
"build": "rm -rf build; babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
},
"jest": {
"preset": "react-native"
"preset": "react-native",
"moduleFileExtensions": ["js", "json"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have index.test.tsx file that's now recognized by Jest 24, so I edited moduleFileExtensions.

@thymikee thymikee merged commit aed1f85 into master Feb 6, 2019
@thymikee thymikee deleted the chore/bump-deps branch February 6, 2019 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant